From: Richard M. Stallman Date: Wed, 18 May 1994 05:40:48 +0000 (+0000) Subject: Define EMACS_CONFIGURATION instead of CONFIGURATION. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91522 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=376b3ec26ad96dc49ce5ceb7c6df646fad69c25f;p=emacs.git Define EMACS_CONFIGURATION instead of CONFIGURATION. --- diff --git a/configure1.in b/configure1.in index 01e65784854..b96e90a6d42 100755 --- a/configure1.in +++ b/configure1.in @@ -286,13 +286,13 @@ Set it to either \`yes' or \`no'." x_libraries="${val}" ;; - ## Should this use the "development configuration"? + ## Should this use the "development" file organization? "run_in_place" ) single_tree= run_in_place=1 ;; - ## Should this use the "single tree" configuration? + ## Should this use the "single tree" file organization? "single_tree" ) run_in_place= single_tree=1 @@ -1510,7 +1510,7 @@ AC_SUBST(X_TOOLKIT_TYPE) AC_SUBST(machfile) AC_SUBST(opsysfile) -AC_DEFINE_UNQUOTED(CONFIGURATION, "\"${configuration}\"") +AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "\"${configuration}\"") AC_DEFINE_UNQUOTED(config_machfile, "\"${machfile}\"") AC_DEFINE_UNQUOTED(config_opsysfile, "\"${opsysfile}\"") AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE})